Vcenter NamespaceManagement Supervisors SupportBundles CreateResult

Vcenter NamespaceManagement Supervisors SupportBundles CreateResult
Vcenter NamespaceManagement Supervisors SupportBundles CreateResult

The Vcenter NamespaceManagement Supervisors SupportBundles CreateResult schema contains the URI to download the Supervisor support bundle from, as well as a token required (as the body on the HTTP POST request) to generate the bundle. The validity of the token is 5 minutes. After the token expires, any attempt to call the URI with the token will fail.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "url": "string",
    "support_bundle_token": {
        "token": "string",
        "expiry": "string"
    }
}
string
url
Required

Support Bundle Download URL.

This property was added in vSphere API 9.1.0.0.

support_bundle_token
Required

Information about the token required in the HTTP POST request to #CreateResult.url to generate the support bundle.

This property was added in vSphere API 9.1.0.0.